home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / N!Ps_Delphi_Crackme.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-06-04  |  2.2 KB  |  120 lines

  1. object Form1: TForm1
  2.   Left = 256
  3.   Top = 312
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'N!Ps Crackme Delphi #1'
  6.   ClientHeight = 130
  7.   ClientWidth = 353
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 0
  20.     Top = 8
  21.     Width = 353
  22.     Height = 14
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'gERMAN cORRUTPED kILLaS'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 0
  35.     Top = 24
  36.     Width = 353
  37.     Height = 12
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'N!P'#39's Crackme Delphi #1'
  41.     Color = clBtnFace
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clNavy
  44.     Font.Height = -9
  45.     Font.Name = 'Arial'
  46.     Font.Style = []
  47.     ParentColor = False
  48.     ParentFont = False
  49.   end
  50.   object Bevel1: TBevel
  51.     Left = 0
  52.     Top = 40
  53.     Width = 353
  54.     Height = 65
  55.   end
  56.   object Label3: TLabel
  57.     Left = 8
  58.     Top = 56
  59.     Width = 122
  60.     Height = 13
  61.     Caption = 'Name (or something else):'
  62.   end
  63.   object Label4: TLabel
  64.     Left = 8
  65.     Top = 80
  66.     Width = 21
  67.     Height = 13
  68.     Caption = 'Key:'
  69.   end
  70.   object Label5: TLabel
  71.     Left = 48
  72.     Top = 112
  73.     Width = 193
  74.     Height = 14
  75.     Alignment = taRightJustify
  76.     AutoSize = False
  77.     Font.Charset = ANSI_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -9
  80.     Font.Name = 'Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.   end
  84.   object BitBtn1: TBitBtn
  85.     Left = 272
  86.     Top = 112
  87.     Width = 81
  88.     Height = 17
  89.     Caption = 'Give up!'
  90.     TabOrder = 0
  91.     OnClick = BitBtn1Click
  92.   end
  93.   object Edit1: TEdit
  94.     Left = 152
  95.     Top = 56
  96.     Width = 193
  97.     Height = 21
  98.     TabOrder = 1
  99.   end
  100.   object Edit2: TEdit
  101.     Left = 152
  102.     Top = 80
  103.     Width = 193
  104.     Height = 21
  105.     TabOrder = 2
  106.   end
  107.   object Timer1: TTimer
  108.     Interval = 100
  109.     OnTimer = Timer1Timer
  110.     Left = 320
  111.     Top = 8
  112.   end
  113.   object Timer2: TTimer
  114.     Interval = 100
  115.     OnTimer = Timer2Timer
  116.     Left = 288
  117.     Top = 8
  118.   end
  119. end
  120.